6f410d1349c8ce807d6a78a38c7149b4e0e309c5,core/baseLanguage/javadoc/source_gen/jetbrains/mps/baseLanguage/javadoc/editor/MethodDocComment_Editor.java,MethodDocComment_Editor,createAlternation_2364_0,#EditorContext#SNode#,31
Before Change
private EditorCell createAlternation_2364_0(EditorContext editorContext, SNode node) {
boolean alternationCondition = true;
alternationCondition = MethodDocComment_Editor.renderingCondition2364_0(node, editorContext, editorContext.getOperationContext().getScope());
EditorCell editorCell = null;
if (alternationCondition) {
editorCell = this.createCollection_2364_1(editorContext, node);
After Change
editorCell.setSubstituteInfo(provider.createDefaultSubstituteInfo());
SNode attributeConcept = provider.getRoleAttribute();
Class attributeKind = provider.getRoleAttributeClass();
if (attributeConcept != null) {
IOperationContext opContext = editorContext.getOperationContext();
EditorManager manager = EditorManager.getInstanceFromContext(opContext);
return manager.createRoleAttributeCell(editorContext, attributeConcept, attributeKind, editorCell);
} else